home *** CD-ROM | disk | FTP | other *** search
/ i·claim - visualizing argument / ICLAIM.ISO / pc / gloss.swf / scripts / DefineButton2_414 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2005-02-26  |  154 b   |  8 lines

  1. on(rollOver){
  2.    _root.hic = "roll";
  3.    this.gotoAndStop(2);
  4.    this._parent.unsetWords("a");
  5.    this._parent.setWords("a");
  6.    _root.hil = "a";
  7. }
  8.